Merge version 0.14.6+dfsg-1+rpi1 and 0.14.6+dfsg-3 to produce 0.14.6+dfsg-3+rpi1 forky-staging archive/raspbian/0.14.6+dfsg-3+rpi1 raspbian/0.14.6+dfsg-3+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Fri, 10 Jul 2026 01:49:38 +0000 (02:49 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Fri, 10 Jul 2026 01:49:38 +0000 (02:49 +0100)
1  2 
debian/changelog
debian/rules

index 61ad8924af0f3eb448373daf3c11d8cdf3380c49,6a52e50bab9d734f188518d167befc8c5d9c0775..8dc31e1c02f8bb369d7b984d04ffc056d961259d
@@@ -1,12 -1,21 +1,31 @@@
- statsmodels (0.14.6+dfsg-1+rpi1) forky-staging; urgency=medium
++statsmodels (0.14.6+dfsg-3+rpi1) forky-staging; urgency=medium
 +
 +  [changes brought forward from 0.10.2-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 04 Feb 2020 00:34:03 +0000]
 +  * Disable testsuite.
 +
 +  [changes introduced in 0.11.1-2+rpi1 by Peter Michael Green]
 +  * Disable documentation build due to timeouts.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Thu, 15 Jan 2026 06:29:28 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Fri, 10 Jul 2026 01:49:37 +0000
++
+ statsmodels (0.14.6+dfsg-3) unstable; urgency=medium
+   * Tests: ignore explicit failure of solve_power,
+     probably caused by rounding issues.
+   * Salsa CI: test clean, don't try to build on i386.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Fri, 03 Jul 2026 22:13:01 +0100
+ statsmodels (0.14.6+dfsg-2) unstable; urgency=medium
+   * Reproducibility: don't execute some examples.
+   * Salsa CI: re-enable debrebuild.
+   * Clean up after build. (Closes: #1047280)
+   * Tests: ignore a known failure to converge.
+   * Remove duplicate tests to avoid failing the build.
+     (Closes: #1141040)
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Tue, 30 Jun 2026 19:22:27 +0100
  
  statsmodels (0.14.6+dfsg-1) unstable; urgency=medium
  
diff --cc debian/rules
index 49b42edba4bf67ca7c14eb7835555b395d7d1ef9,048c648a96655d16a4d58b3d3bc045e4b25cadcc..1fa0c2b48627526cb461bc05c600667be3f0e1d4
@@@ -48,8 -49,9 +49,9 @@@ execute_after_dh_auto_build-indep
        : # 0.9.0 including notebooks step: in glm_weights.ipynb
        : # 0.14.5 sphinx-build only: in reading sources, last line output is statsmodels.functional.graphics.hdrboxplot
        mkdir -p build/html
 -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 +ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
        python3 debian/datasets/prepopulate_cache.py
+       mv -n examples/python -T examples/python_orig && mkdir -p examples/python
        LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 python3 tools/export_notebooks_to_python.py
        PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
        BUILDDIR=$(CURDIR)/build \